In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager~AddPolyRulerAnnot / AddPolyRulerAnnot(Color,PointF[],UnitMode) Method

AddPolyRulerAnnot(Color,PointF[],UnitMode) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function AddPolyRulerAnnot( _

   ByVal BorderColor As Color, _

   ByVal Points() As PointF, _

   ByVal MeasurementUnit As Annotation.UnitMode _

) As AnnotationPolyRuler
public AnnotationPolyRuler AddPolyRulerAnnot( 

   Color BorderColor,

   PointF[] Points,

   Annotation.UnitMode MeasurementUnit

)
public function AddPolyRulerAnnot( 

    BorderColor: Color;

    Points: PointFarray of;

    MeasurementUnit: Annotation.UnitMode

): AnnotationPolyRuler; 
public function AddPolyRulerAnnot( 

   BorderColor : Color,

   Points : PointF[],

   MeasurementUnit : Annotation.UnitMode

) : AnnotationPolyRuler;
public: AnnotationPolyRuler* AddPolyRulerAnnot( 

   Color BorderColor,

   PointF[]* Points,

   Annotation.UnitMode MeasurementUnit

) 
public:

AnnotationPolyRuler^ AddPolyRulerAnnot( 

   Color BorderColor,

   array<PointF>^ Points,

   Annotation.UnitMode MeasurementUnit

) 

Parameters

BorderColor
Points
MeasurementUnit
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members
Overload List